home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / file / ro_v091.lha / RO / ARexx / LoadDir.RO < prev   
Encoding:
Text File  |  1995-01-19  |  360 b   |  25 lines

  1. /* 
  2.  
  3.    $VER: LoadDir.RO 0.1
  4.  
  5.    Author:
  6.     Oliver Rummeyer (oliver.rummeyer@student.uni-ulm.de)
  7.  
  8.    Function:
  9.     Loads the specified directory in the active listview.
  10.  
  11.    Requires:
  12.     RO 0.90 or newer
  13.  
  14.    Example:
  15.     Rx >NIL: REXX:LoadDir.RO System:Devs/DOSDrivers
  16.  
  17. */
  18.  
  19. PARSE ARG Directory
  20.  
  21. ADDRESS 'RO.1'
  22. OPTIONS RESULTS
  23.  
  24. 'Load Active "'||Directory||'"'
  25.